home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 15 / Amiga Plus Leser CD 15.iso / Tools / Development / MosaicSRC / libwww2 / HTCompressed.h < prev    next >
Encoding:
C/C++ Source or Header  |  2002-03-13  |  217 b   |  8 lines

  1. #ifndef HTCOMPRESSED_H
  2. #define HTCOMPRESSED_H
  3.  
  4. extern void HTCompressedFileToFile (char *fnam, int compressed);
  5. extern void HTCompressedHText (HText *text, int compressed, int plain);
  6.  
  7. #endif /* not HTCOMPRESSED_H */
  8.